projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
795e72a
)
(describe-variable): Remove useless trailing whitespace.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 15 Jul 2002 16:17:01 +0000
(16:17 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 15 Jul 2002 16:17:01 +0000
(16:17 +0000)
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index 250926b18a4ca245b73906267e062f88c62d03b6..f07510ee2052df325f8f18332d7cc790b69e4c78 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-448,7
+448,7
@@
it is displayed along with the global value."
(when obsolete
(princ "This variable is obsolete")
(if (cdr obsolete) (princ (format " since %s" (cdr obsolete))))
- (princ ";
") (terpri)
+ (princ ";") (terpri)
(princ (if (stringp (car obsolete)) (car obsolete)
(format "use `%s' instead." (car obsolete))))
(terpri)